'Declaration
Public Overloads Function Find( _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean _ ) As IList(Of IReference)
'Usage
Dim instance As IReferenceDictionary(Of T) Dim referenceTypeId As NodeId Dim isInverse As Boolean Dim value As IList(Of IReference) value = instance.Find(referenceTypeId, isInverse)
public IList<IReference> Find( NodeId referenceTypeId, bool isInverse )
public: IList<IReference^>^ Find( NodeId^ referenceTypeId, bool isInverse )
Parameters
- referenceTypeId
- The reference type identifier.
- isInverse
- if set to
true
this is inverse reference.
Return Value
A list of references that match the direction and reference type.